const github.com/andybalholm/brotli.streamFlushRequested
8 uses
github.com/andybalholm/brotli (current package)
encode.go#L68: streamFlushRequested = 1
encode.go#L973: if s.stream_state_ == streamFlushRequested && s.err == nil {
encode.go#L1001: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
encode.go#L1020: s.stream_state_ = streamFlushRequested
encode.go#L1045: s.stream_state_ = streamFlushRequested
encode.go#L1076: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
encode.go#L1177: if s.stream_state_ == streamFlushRequested && s.last_bytes_bits_ != 0 {
encode.go#L1195: s.stream_state_ = streamFlushRequested
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |